home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / pundit.zip / PUNDIT.DEF < prev    next >
Text File  |  1990-11-29  |  405b  |  13 lines

  1. NAME            PUNDIT
  2. DESCRIPTION     'Pop-Up Quotations Window (c) Copyright 1990, by Jeff Bienstadt'
  3. EXETYPE         WINDOWS
  4. STUB            'WINSTUB.EXE'
  5. CODE            PRELOAD MOVEABLE DISCARDABLE
  6. DATA            PRELOAD MOVEABLE MULTIPLE
  7. HEAPSIZE        1024
  8. STACKSIZE       8192
  9. EXPORTS         WndProc         @1
  10.                 About           @2
  11.                 Settings        @3
  12.  
  13.